From: Jim Blandy Date: Fri, 18 Jun 1993 16:33:12 +0000 (+0000) Subject: * xfns.c: Always #include "bitmaps/gray.xbm"; the bitmaps seem to X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95239 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0505a7403322c0e481fb8000bd122b1ba6405f63;p=emacs.git * xfns.c: Always #include "bitmaps/gray.xbm"; the bitmaps seem to be missing on some systems, and there's no point in having configure check; it should work fine to always use our copy. --- diff --git a/src/xfns.c b/src/xfns.c index 3d5d07e28a5..db0cd640074 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -39,7 +39,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ extern void abort (); #ifndef VMS -#ifdef EMACS_BITMAP_FILES +#if 1 /* Used to be #ifdef EMACS_BITMAP_FILES, but this should always work. */ #include "bitmaps/gray.xbm" #else #include